dvb_v5_fe_parms

@struct dvb_v5_fe_parms @ingroup frontend @brief Keeps data needed to handle the DVB frontend

@param info Contains the DVB info properties (RO) @param version Version of the Linux DVB API (RO) @param has_v5_stats A value different than 0 indicates that the frontend supports DVBv5 stats (RO) @param current_sys Currently selected delivery system (RO) @param num_systems Number of delivery systems (RO) @param systems Delivery systems supported by the hardware (RO) @param legacy_fe A value different than 0 indicates a legacy Kernel driver using DVBv3 API only, or that DVBv3 only mode was forced by the client (RO) @param abort Client should set it to abort a pending operation like DTV scan (RW) @param lna: Sets the LNA mode 0 disables; 1 enables, -1 uses auto mode (RW) @param lnb LNBf description (RW) @param sat_number Number of the satellite (used by DISEqC setup) (RW) @param freq_bpf SCR/Unicable band-pass filter frequency to use, in kHz @param verbose Verbosity level of the library (RW) @param dvb_logfunc Function used to write log messages (RO) @param default_charset Name of the charset used by the DVB standard (RW) @param output_charset Name of the charset to output (system specific) (RW)

@details The fields marked as RO should not be changed by the client, as otherwise undesired effects may happen. The ones marked as RW are ok to either read or write by the client.

Members

Variables

abort
int abort;
Undocumented in source.
current_sys
fe_delivery_system_t current_sys;
Undocumented in source.
default_charset
char* default_charset;
Undocumented in source.
diseqc_wait
uint diseqc_wait;
Undocumented in source.
freq_bpf
uint freq_bpf;
Undocumented in source.
has_v5_stats
int has_v5_stats;
Undocumented in source.
info
dvb_frontend_info info;
Undocumented in source.
legacy_fe
int legacy_fe;
Undocumented in source.
lna
int lna;
Undocumented in source.
lnb
const(dvb_sat_lnb)* lnb;
Undocumented in source.
logfunc
dvb_logfunc logfunc;
Undocumented in source.
num_systems
int num_systems;
Undocumented in source.
output_charset
char* output_charset;
Undocumented in source.
sat_number
int sat_number;
Undocumented in source.
systems
fe_delivery_system_t[MAX_DELIVERY_SYSTEMS] systems;
Undocumented in source.
verbose
uint verbose;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta